'Declaration Public Overloads Shared Function CreateValuePredicateAnalyzer<TTargetThe type of the target.,TValueThe type of the value.>( _
ByVal valueGetterThe value getter.As System.String, _
ByVal nameThe name of predicate analyzer.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue), _
ByVal predicateThe predicate.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue) _
) As Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer(Of TTarget) (Of TTargetThe type of the target., TValueThe type of the value.)
public static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget> CreateValuePredicateAnalyzer<TTarget,TValue>(
System.String valueGetter,
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> name,
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> predicate
)
public: static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget*>* CreateValuePredicateAnalyzer<TTarget,TValue>(
System.String valueGetter,
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* name,
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* predicate
)
generic<typename TTarget> generic<typename TValue> public:
static Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget^>^ CreateValuePredicateAnalyzer(
System.String valueGetter,
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ name,
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ predicate
)
Parameters
- valueGetter
- The value getter.
- name
- The name of predicate analyzer.
- predicate
- The predicate.
Type Parameters
- TTarget
- The type of the target.
- TValue
- The type of the value.
Return Value
New instance of predicate analyzer.